home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / oyun / RALLY / -INSTALL.BAT next >
DOS Batch File  |  1996-09-24  |  327b  |  22 lines

  1. @echo off
  2. call \writeini.bat BAT
  3. cd \RALLY
  4. if .%1==. goto NODIR
  5. :SDIR
  6. call pkunzip rally -d -o %1
  7. goto ENDDIR
  8. :NODIR
  9. go_small
  10. :ENDDIR
  11. if not exist %TMP%\WRITEINI.EXE goto C:
  12. %TMP%\writeini.exe RALL
  13. if .%1==. goto NODIR2
  14. c:
  15. cd %1\SETSOUND
  16. :NODIR2
  17. call setsound
  18. :END
  19. if NOT .%1==. goto EXIT
  20. call rally
  21. :EXIT
  22.